'Declaration
<DescriptionAttribute("Stores arbitrary public value that can be used to store optional information about the annotation")> Public Property ClientTag As String
[Description("Stores arbitrary public value that can be used to store optional information about the annotation")] public string ClientTag {get; set;}
public read-write property ClientTag: String;
DescriptionAttribute("Stores arbitrary public value that can be used to store optional information about the annotation") public function get,set ClientTag : String